projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8d1b2e
)
docs: Escape bare '#' in GdkRGBA string definitions
author
Emmanuele Bassi
<ebassi@gnome.org>
Sun, 20 May 2012 12:45:05 +0000
(13:45 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Sun, 20 May 2012 12:45:05 +0000
(13:45 +0100)
GTK-Doc does not like bare '#', so let's turn them into #.
gdk/gdkrgba.c
patch
|
blob
|
history
diff --git
a/gdk/gdkrgba.c
b/gdk/gdkrgba.c
index 8d314f25eb602c693e30408cf8c6fb6e0642cb37..1151c1245d54aea0bd781eafb7fe0814eaf8abcc 100644
(file)
--- a/
gdk/gdkrgba.c
+++ b/
gdk/gdkrgba.c
@@
-148,7
+148,8
@@
parse_rgb_value (const gchar *str,
* A standard name (Taken from the X11 rgb.txt file).
* </listitem>
* <listitem>
- * A hex value in the form '#rgb' '#rrggbb' '#rrrgggbbb' or '#rrrrggggbbbb'
+ * A hex value in the form '#rgb' '#rrggbb' '#rrrgggbbb'
+ * or '#rrrrggggbbbb'
* </listitem>
* <listitem>
* A RGB color in the form 'rgb(r,g,b)' (In this case the color will